/*列表*/
#nbody{
    margin:80px auto 0 auto;
    height:auto;
    width:1000px;
    overflow:hidden;
}
#container {
	width:580px;
	position:relative;
	z-index:0;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

#slides .next,#slides .prev {
	position:absolute;
	top:137px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

.slides_container {
	width:570px;
	height:270px;
	overflow:hidden;
	position:relative;
}

#slides .next {
	left:585px;
}


.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:1px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*列表 分页*/
.list_page{
    width:900px;
    height:80px;
    line-height:80px;
    margin:0 auto;
    border-top:1px solid #c9c9c9;
    text-align:center;
}
.list_page span{
    padding:5px;
    background-color:#eeeeee;
}
.list_page input[type=text]{
    width:30px;
    text-align:center;
    margin:0 3px;
}

/*文章 内容*/
.hei14 {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 25px;
}